home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Shutdown FX / Shutdown FX ƒ / sfx code ƒ / show init.h < prev   
Text File  |  1993-12-14  |  276b  |  10 lines

  1. #define        GOOD_ICON                130
  2. #define        BAD_ICON                129
  3.  
  4. void ShowIconFamily(short);
  5. void GetIconRect(register Rect* iconRect);
  6. Handle ChooseIcon(short iconId, short* suggestedDepth);
  7.  
  8. #define    ShowBadICON()    ShowIconFamily(BAD_ICON)
  9. #define    ShowGoodICON()    ShowIconFamily(GOOD_ICON)
  10.